home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Organization / Genealogy Explorer / Genealogy Explorer Help / background_3147.txt < prev    next >
Text File  |  1988-01-18  |  2KB  |  122 lines

  1. -- background: 3147 from stack: in
  2. -- bmap block id: 2147
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Titles
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=469 top=289 right=312 bottom=501
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21700 / 21700
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go Home
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=467 top=312 right=337 bottom=503
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1012 / 1012
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Back
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect zoom close
  42.   go back
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=378 top=288 right=313 bottom=417
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 25002 / 25002
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Help
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual effect dissolve
  62.   help
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 4 (button)
  68. -- low flags: 00
  69. -- high flags: 0000
  70. -- rect: left=423 top=287 right=311 bottom=462
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 1009 / 1009
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: Search
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   doMenu find...
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 5 (button)
  87. -- low flags: 00
  88. -- high flags: 0000
  89. -- rect: left=378 top=313 right=337 bottom=414
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 1014 / 1014
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Prev
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   go to prev card of this background
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 6 (button)
  106. -- low flags: 00
  107. -- high flags: 0000
  108. -- rect: left=424 top=313 right=336 bottom=462
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 1013 / 1013
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: Next
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   go to next card of this background
  120. end mouseUp
  121.  
  122.